home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / dirsize.zip / DIRSIZE.TXT < prev    next >
Text File  |  1996-10-13  |  26KB  |  586 lines

  1. DIRSIZE v2.6
  2. ============
  3.  
  4. Copyright 1993-1996 Simon A Carter
  5.  
  6. The Directory Size/Wastage Lister with the Lot:
  7.  
  8.     *  Summary statistics for multi-level directories. This is very useful
  9.        for finding the complete size of applications before deletion or
  10.        backup.
  11.     *  Displays Windows 95 long filenames.
  12.     *  For the selected drive, displays actual cluster size, free space,
  13.        used space and capacity.
  14.     *  For the directory tree, displays cluster size (user-selectable),
  15.        total space used and wastage (as a percentage or as a value).
  16.     *  For each directory displayed, shows total space, wasted space (as a
  17.        percentage or a value), and if it has subdirectories, the total
  18.        space used by the directory and all of its subdirectories.
  19.     *  Shows wasted space for a given cluster size - optimise your cluster
  20.        size before repartitioning your hard disk.
  21.     *  Rounds up file sizes to the cluster size for the most accurate size
  22.        information.
  23.     *  Size/wastage information includes the size of directories
  24.        themselves.
  25.     *  Paginates output, [Enter] for next line, [Esc] to exit and any
  26.        other key for next page. Disabled automatically if output is
  27.        redirected.
  28.     *  Output can be redirected to a file or to the printer or into
  29.        another program. Redirection is automatically detected and turns
  30.        off pagination.
  31.     *  The characters used to draw the directory tree can be changed from
  32.        DOS extended ASCII characters to standard ASCII characters for
  33.        other operating systems.
  34.     *  Comma-delimited and tab-delimited output formats for easy importing
  35.        into databases, spreadsheets or word processors for further
  36.        analysis or specialised printing.
  37.     *  Directory sorting can be disabled.
  38.     *  Future proof - directory sizes up to 99 GB are catered for.
  39.     *  Progress indicator as it accumulates file information.
  40.  
  41.  
  42. PRIVATE use of DirSize is FREE. Please register your usage by sending
  43. email to Simon Carter at launch@ozemail.com.au, with your name and
  44. address.
  45.  
  46. Paid registration (costing $US 5) is required for use in a business,
  47. commercial, government or institutional environment. Please see the end of
  48. this file for more information.
  49.  
  50.  
  51. What will DirSize do for me ?
  52. =============================
  53.  
  54. DirSize shows a graphical tree of the directories on your hard disk. The
  55. tree starts from the current directory, or from a directory or directories
  56. that you specify. The left column displays the total disk space used by
  57. each directory. Directories that contain further sub-directories display
  58. summary statistics in square brackets after the directory name. This is
  59. very useful for determining the complete size of an application, for
  60. example, if you were hunting for an application to remove to make way for
  61. a new one. Alternatively, DirSize can be used to find the total size of an
  62. application before a backup or copy is made.
  63.  
  64. DirSize automatically detects and displays Windows 95 long filenames. Of
  65. course, it will still run under any older version of DOS.
  66.  
  67.  
  68. Installation
  69. ============
  70.  
  71. Just copy DIRSIZE.EXE to a directory in your path, for example, to C:\DOS.
  72. To find out the directories in your path, type
  73.  
  74.    c:\> path    [Enter]
  75.  
  76.  
  77. How to use DirSize
  78. ==================
  79.  
  80. Typing
  81.  
  82.    dirsize /?   [Enter]
  83.  
  84. on its own will display usage information.
  85.  
  86. Usage:
  87.    dirsize [options]
  88.  
  89. Where [options] is one or more of:
  90. <directory>   Default: Current path
  91.               
  92.               One or more directories can be specified as the starting
  93.               point for DirSize's output. For a DirSize of drives a:, b:
  94.               and the current directory (c:\windows) type:
  95.               
  96.               c:\windows> dirsize a:\ b:\ .
  97.               
  98.               Directory names with special characters such as spaces must
  99.               be entered with double quotes e.g.
  100.               
  101.               c:\> dirsize "Program Files" "windows\start menu"   [Enter]
  102.               
  103.               You can perform multiple DirSize command in a single run
  104.               e.g.
  105.               
  106.               c:\> dirsize /1 c:\ /0 d:\
  107.               
  108. /nosort       Do not sort directory names into alphabetical order (the
  109.               default). This may be useful if you are comparing DirSize's
  110.               output to an unsorted listing from the DOS DIR command.
  111.               
  112. /p            Do not paginate the output. Pagination pauses after each
  113.               screenful of output. [Enter] shows the next line, [Esc]
  114.               exits, [End] scrolls continuously to the end of the output,
  115.               and any other key shows the next screen full of output.
  116.               Pagination is automatically disabled when the output is
  117.               redirected.
  118.               
  119. /size=#       Show how much disk space would be wasted if the cluster size
  120.               was set to # bytes per cluster. # is restricted by DOS to
  121.               powers of two, but for convenience DirSize allows it to be
  122.               set to any value. This is useful for previewing the result
  123.               of a change in cluster size on a set of files. In general,
  124.               the smaller the cluster size, the smaller the wasted space.
  125.               
  126. /#            Default: All levels (255)
  127.               
  128.               Limits the number of levels of directories displayed to the
  129.               given value. Eg /1 will only show the first directory level.
  130.               The statistics will include all levels, but they will not be
  131.               displayed. This is very useful if you just need to find out
  132.               how much total space is in use by an application without
  133.               caring how it is subdivided into sub-directories. A value of
  134.               0 is equivalent to a value of 255 (i.e. all levels).
  135.               
  136. /comma        Print the result in a comma-delimited output format suitable
  137.               for importing into a spreadsheet, database or word
  138.               processor.
  139.               
  140. /tab          Same as /comma above but outputs in tab-delimited format.
  141.               
  142. /nowaste      Do not to show wasted space for each directory.
  143.               
  144. /asval        Show the actual wasted space per directory rather than as a
  145.               percentage of the directory's used space.
  146.               
  147. /c<+|->       Control which characters to use for drawing lines.
  148.               
  149.               + Uses DOS's graphical line drawing characters even if it
  150.               detects that its output is being redirected.
  151.               - Uses portable text line drawing characters even if it
  152.               detects that its output is not being redirected. This is
  153.               useful if the result is going to be used on another
  154.               computer, for example, on a Unix machine or a Macintosh.
  155.               
  156.               Note: When DirSize detects that its output is being
  157.               redirected, it automatically turns off pagination, and
  158.               selects portable characters to draw lines, such as +, - and
  159.               |. It does this because the output may be sent to a device
  160.               or another computer that does not understand DOS's line
  161.               drawing characters (which are non-portable). When DirSize's
  162.               output goes to the screen, it uses the DOS line drawing
  163.               characters. You can override the default behaviour in either
  164.               case using the /c option
  165.  
  166.  
  167. Redirecting Output
  168. ------------------
  169.  
  170. DirSize's output can be redirected to any device. For example, to save
  171. DirSize's output to the file output.txt, you can type:
  172.  
  173.    dirsize > output.txt    [Enter]
  174.  
  175. To add DirSize output to an existing file exists.txt, type
  176.  
  177.    dirsize >> exists.txt    [Enter]
  178.  
  179. To send DirSize's output to the printer, type
  180.  
  181.    dirsize > prn    [Enter]
  182.  
  183.  
  184. DirSize Example
  185. ---------------
  186.  
  187. The output below was generated from running DirSize in the Program Files
  188. directory (in a DOS shell under Windows 95):
  189.  
  190.    c:\> dirsize "Program Files"    [Enter]
  191.    DirSize v2.6  Copyright (c) 1993-1996 Simon Carter
  192.    
  193.    Total space     Wstd  Directory name   [dir + subdirs total]
  194.    --------------  ----  ----------------------------------------------
  195.            65,536   94%  C:\Program files   [215,154,688]
  196.         1,310,720    7%  |--Accessories   [1,835,008]
  197.           524,288   32%  |  +--HyperTerminal
  198.            32,768   99%  |--Borland   [98,500,608]
  199.            32,768   99%  |  |--Common Files   [4,358,144]
  200.         4,325,376   10%  |  |  +--Bde
  201.         4,096,000    6%  |  |--Database Desktop
  202.           229,376   37%  |  +--Delphi 2.0   [90,013,696]
  203.         9,207,808    9%  |     |--Bin   [9,699,328]
  204.           491,520   98%  |     |  +--Borland Delphi 2.0
  205.            32,768   98%  |     |--Demos   [18,710,528]
  206.         5,898,240   35%  |     |  |--Data
  207.            32,768   98%  |     |  |--Db   [4,292,608]
  208.           294,912   91%  |     |  |  |--Dberrors
  209.           360,448   94%  |     |  |  |--Filter
  210.           360,448   95%  |     |  |  |--Find
  211.           163,840   96%  |     |  |  |--Fishfact
  212.           360,448   89%  |     |  |  |--Gdsdemo
  213.           294,912   96%  |     |  |  |--Lookup
  214.           983,040   82%  |     |  |  |--Mastapp
  215.           425,984   96%  |     |  |  |--Navmdi
  216.           425,984   96%  |     |  |  |--Navsdi
  217.           196,608   95%  |     |  |  |--Ndxbuild
  218.           229,376   91%  |     |  |  |--Qbfdemo
  219.           163,840   97%  |     |  |  +--Qjoin
  220.            65,536   95%  |     |  |--Demolbl
  221.            32,768   98%  |     |  |--Doc   [3,735,552]
  222.           360,448   98%  |     |  |  |--Autoproj
  223.            65,536   91%  |     |  |  |--Calendar
  224.           229,376   97%  |     |  |  |--Cbrowse
  225.            65,536   93%  |     |  |  |--Dataedit
  226.            65,536   96%  |     |  |  |--Dbcal
  227.           884,736   60%  |     |  |  |--Filmanex
  228.           917,504   96%  |     |  |  |--Graphex
  229.           163,840   84%  |     |  |  |--Oleword1
  230.           163,840   85%  |     |  |  |--Oleword2
  231.            65,536   95%  |     |  |  |--Shape
  232.           229,376   94%  |     |  |  |--Textedit
  233.           163,840   97%  |     |  |  |--Vararray
  234.           163,840   98%  |     |  |  |--Varlock
  235.           163,840   84%  |     |  |  +--Vartoint
  236.           229,376   96%  |     |  |--Imagview
  237.           458,752   87%  |     |  |--Ipcdemos
  238.            32,768   99%  |     |  |--Oleauto   [983,040]
  239.           557,056   35%  |     |  |  |--Autoctrl
  240.           393,216   94%  |     |  |  +--Autoserv
  241.           425,984   90%  |     |  |--Olectnrs
  242.           131,072   98%  |     |  |--Ownerlst
  243.           163,840   94%  |     |  |--Propedit
  244.           655,360   83%  |     |  |--Quickrpt
  245.           884,736   55%  |     |  |--Resxplor
  246.           294,912   78%  |     |  |--Richedit
  247.           458,752   59%  |     |  +--Threads
  248.         1,409,024   67%  |     |--Doc
  249.        30,670,848    2%  |     |--Help   [32,833,536]
  250.         2,162,688    6%  |     |  +--Tools
  251.            32,768   99%  |     |--Images   [8,355,840]
  252.           851,968    9%  |     |  |--Backgrnd
  253.         5,341,184   98%  |     |  |--Buttons
  254.           589,824   98%  |     |  |--Cursors
  255.           229,376   99%  |     |  |--Default
  256.           688,128   98%  |     |  |--Icons
  257.            32,768   99%  |     |  +--Splash   [622,592]
  258.           229,376   47%  |     |     |--16color
  259.           360,448   38%  |     |     +--256color
  260.         9,863,168   58%  |     |--Lib
  261.         1,212,416   96%  |     |--Objrepos   [2,097,152]
  262.           360,448   96%  |     |  |--Logoapp
  263.           262,144   94%  |     |  |--Mdiapp
  264.           262,144   96%  |     |  +--Sdiapp
  265.            32,768   99%  |     |--Ocx   [360,448]
  266.           327,680   28%  |     |  +--Chartfx
  267.         2,293,760    2%  |     |--Quickrpt
  268.         1,048,576   21%  |     |--Register
  269.           557,056   58%  |     +--Source   [3,112,960]
  270.           557,056   56%  |        |--LFNit!
  271.            32,768   99%  |        |--Rtl   [1,703,936]
  272.         1,671,168   18%  |        |  +--Win
  273.           196,608   68%  |        |--Samples
  274.            98,304   35%  |        +--Toolsapi
  275.         1,933,312   16%  |--ClickBook
  276.            32,768   99%  |--Common Files   [16,547,840]
  277.            32,768   98%  |  +--Microsoft Shared   [16,515,072]
  278.           589,824   16%  |     |--Artgalry
  279.           851,968   16%  |     |--Equation
  280.         2,031,616   28%  |     |--Grphflt
  281.         2,293,760    4%  |     |--Msgraph5
  282.           491,520   21%  |     |--MSinfo
  283.         1,572,864   27%  |     |--MSquery
  284.         1,703,936   10%  |     |--Orgchart
  285.         2,883,584    6%  |     |--Proof
  286.         2,031,616   13%  |     |--Textconv
  287.         1,409,024   11%  |     |--Vba
  288.           622,592   22%  |     +--Wordart
  289.           688,128   21%  |--Font Assistant
  290.         3,047,424   38%  |--Games
  291.            98,304   85%  |--Help Assistant
  292.         5,275,648   17%  |--Jobint
  293.           819,200   25%  |--Lviewpro
  294.            98,304   62%  |--Microsoft Exchange
  295.         6,684,672   19%  |--Norton AntiVirus   [7,274,496]
  296.           589,824   51%  |  +--System
  297.         2,326,528    7%  |--Norton Commander   [2,359,296]
  298.            32,768   99%  |  +--Indexing
  299.         9,011,200    9%  |--Norton Utilities   [15,007,744]
  300.         5,996,544   19%  |  +--System
  301.        11,304,960    3%  |--Painter3   [15,761,408]
  302.           589,824   11%  |  |--Movies
  303.           622,592   21%  |  |--Nozzles
  304.           753,664    8%  |  |--Sessions
  305.           851,968   46%  |  |--Supplies
  306.         1,638,400    8%  |  +--Tutorial
  307.           720,896   15%  |--Plus!   [2,424,832]
  308.         1,179,648   19%  |  |--Setup
  309.           524,288   40%  |  +--System
  310.           294,912   51%  |--Resource Kit
  311.         5,603,328   14%  |--Resumew   [10,027,008]
  312.           786,432   85%  |  |--Letters   [1,081,344]
  313.           294,912   90%  |  |  +--Mrg_let
  314.         3,342,336   67%  |  +--Resumes
  315.         1,769,472   28%  |--Symantec
  316.         1,245,184   24%  |--The Microsoft Network
  317.         1,835,008   15%  |--Type twister
  318.           720,896   20%  |--UltraEdit
  319.         2,162,688   32%  |--VendInfo
  320.         4,194,304    3%  |--Visio   [21,168,128]
  321.         2,752,512   14%  |  |--Add-ons
  322.           557,056   27%  |  |--Drawings
  323.         3,244,032    5%  |  |--Help
  324.            32,768   99%  |  |--Stencils   [4,882,432]
  325.         4,849,664   10%  |  |  +--Standard
  326.           131,072   51%  |  |--System   [4,718,592]
  327.           393,216   89%  |  |  |--Custom
  328.         2,162,688   23%  |  |  |--Filter32
  329.         1,310,720   21%  |  |  |--Setup32
  330.           720,896   12%  |  |  +--Spelling
  331.            32,768   99%  |  +--Template   [819,200]
  332.           491,520   68%  |     |--Standard
  333.           294,912   48%  |     +--Wizards
  334.           294,912   67%  |--winhack
  335.         2,555,904    8%  |--Winres
  336.         1,343,488   33%  +--WinZip
  337.    --------------  ----  ----------------------------------------------
  338.       215,154,688   25%  Cluster size: 32,768  Wastage: 54,922,146
  339.    --------------  ----  ----------------------------------------------
  340.    
  341.    Drive C: statistics:
  342.       Cluster size:         32,768 bytes
  343.         Free space:     87,031,808 bytes (8% of capacity is free)
  344.         Used space:  1,000,701,952 bytes
  345.           Capacity:  1,087,733,760 bytes
  346.  
  347.  
  348. Note how all sizes shown (except the wasted space) are integral (whole)
  349. multiples of the drive's cluster size.
  350.  
  351.  
  352. What is the "Cluster Size" ?
  353. ============================
  354.  
  355. When your computer places files on a disk (both hard disks and floppy
  356. disks), it must use an integral number of allocation units. The size of
  357. the allocation units varies depending on the total capacity of the disk.
  358. This means that if a file is smaller than one complete allocation unit, it
  359. does not fill the entire allocation unit. For example, lets say we have a
  360. file that is 300 bytes long. On a floppy disk with an allocation unit of
  361. 512 bytes, the file will only occupy the first 300 bytes, but since one
  362. entire allocation unit must be used, the remaining 212 bytes are wasted. A
  363. file 513 bytes long will occupy 2 allocation units, with 511 bytes wasted.
  364. An allocation unit is called a CLUSTER. Floppy drives typically use a
  365. cluster size of 512 bytes or 1,024 bytes, so not much space is wasted.
  366. Hard disks range from 2,048 bytes (for a 106 MB drive) to 32,768 bytes
  367. (for a 1.04 GB drive) and even 65,535 bytes, which means that a great deal
  368. of space is wasted. The cluster size gets bigger with bigger disks for two
  369. reasons:
  370.  
  371.    1)    A DOS limitation that sets an absolute upper maximum on the total
  372.          number of clusters on a drive (65535).
  373.    2)    The overhead of managing a large number of clusters consumes a
  374.          lot of disk space that cannot be used for anything else.
  375.  
  376. The DOS DIR command always shows you the size actually in use by the file
  377. - it does not include the extra 'wasted' space at the end of the cluster.
  378. This wasted space is sometimes referred to as 'slack' space.
  379.  
  380.  
  381. Directories use up clusters too
  382. -------------------------------
  383.  
  384. DirSize takes into account the amount of disk space used to store the
  385. entries within each directory. Normal file, directory and volume label
  386. entries take up 32 bytes each. Long filename entries can consume between 1
  387. and 32 additional directory entries (each of 32 bytes).
  388.  
  389. Even empty directories use a minimum of one cluster - for the current
  390. directory "." and the parent directory ".." entries. The root directory
  391. always consumes a fixed and pre-determined amount of disk space which
  392. cannot be reclaimed, and DirSize excludes the number of entries in the
  393. root directory from its calculations.
  394.  
  395. DirSize does not take into account the size of entries that are no longer
  396. being used. This means that a directory that has had many files deleted
  397. may display a size lower than that actually in use. DOS never reclaims
  398. this extra space unless you delete the directory.
  399.  
  400. To reduce the amount of disk space used by directories, remove directories
  401. that do not contain any files. Also, if you delete a large number of files
  402. from one directory (particularly directories containing long filenames),
  403. move the files to a new directory, remove the old one and then rename the
  404. new directory to the original name.
  405.  
  406.  
  407. Lost clusters
  408. -------------
  409.  
  410. Clusters can become orphaned when DOS is unable to complete changes to the
  411. disk, for example, when you are forced to reboot your machine or when the
  412. power is turned off accidentally. These clusters cannot be used until they
  413. are identified and reclaimed. Use the DOS CHKDSK or SCANDISK command to
  414. reclaim lost clusters. Lost clusters are considered to be used.
  415.  
  416.  
  417. Reducing wasted space
  418. =====================
  419.  
  420.  
  421. What about Disk Compression ?
  422. -----------------------------
  423.  
  424. Disk compression programs like Stacker and DoubleSpace are able to make
  425. use of the wasted space because they take on the responsibility of storing
  426. the files themselves. By doing so, they overcome DOS's integral cluster
  427. size limitation. DirSize's space wasted information may be invalid on
  428. volumes controlled by these programs, and on some later versions of file
  429. servers.
  430.  
  431.  
  432. What about archives ?
  433. ---------------------
  434.  
  435. Storing collections of files in a compressed or uncompressed archive saves
  436. space, because by grouping all of the files into one large file, only a
  437. small amount of space is wasted. The archive program uses its own format
  438. to store the files without wasting space.
  439.  
  440.  
  441. Partitions - decreasing the cluster size
  442. ----------------------------------------
  443.  
  444. Partitions subdivide a physical disk drive into a number of logical
  445. drives. For example, a 500 MB hard disk could be partitioned into two
  446. 250MB partitions, C: and D:. The advantage of doing this is that the
  447. cluster size can be smaller, and in general, the amount of wasted space
  448. will be smaller. The disadvantage is that it takes time to set up (since
  449. you have to move ALL of your data off the hard disk in order to partition
  450. it, unless you have a program that can re-partition on the fly), and you
  451. have to remember which drive your programs are on, and manage space across
  452. two drives instead of one. For more information on partitions, see the DOS
  453. FDISK command.
  454.  
  455.  
  456. New features/Revision history
  457. =============================
  458.  
  459. Date       Version   Changes Made
  460. 14-Oct-96  2.6       Added wastage percentage/value to display.
  461.                      Changed display format.
  462.                      Added wastage information for each directory.
  463.                      Increased speed (again).
  464.                      Added comma-delimited and tab-delimited database
  465.                      output formats.
  466.                      Added the actual size of the entries in each
  467.                      directory to the total size count.
  468.                      Added ability to limit directory depth and to specify
  469.                      multiple directories with separate parameters for
  470.                      each.
  471. 24-Jun-96  2.5       Reduced stack usage further.
  472.                      Added /nosort, /size=# and /p option.
  473.                      Added automatic pagination.
  474.                      Fixed bug for paths longer than 68 characters.
  475.                      Re-instated stack checking.
  476. 13-Jun-96  2.4       Increased stack limit to 64K, and reduced stack
  477.                      usage. This means that you can list directories that
  478.                      are much deeper than before. Appreciably faster (11
  479.                      seconds compared to 14 for a complete display of a
  480.                      1.1 Gb drive).
  481.                      Now only shows usage information if /?, ? or -h given
  482.                      as first parameter.
  483.                      Email and address changes.
  484. 27-May-96  2.3       Documentation update.
  485. 8-May-96   2.2       Shows usage information if no parameters are
  486.                      provided.
  487.                      Fixed bug in long filename functions that prevented
  488.                      them from working under some circumstances.
  489.                      Fixed bug in file size rounding up function, which
  490.                      made files that were an integral number of clusters
  491.                      long one extra cluster long.
  492.                      Documentation update.
  493. 28-Apr-96  2.1       First release.
  494. 3-Jul-93   1.0       First created and used.
  495.  
  496.  
  497. Registration
  498. ============
  499.  
  500. PRIVATE use of DirSize is FREE. Please register your usage of DirSize by
  501. sending email to launch@ozemail.com.au, with your name and address,
  502. version of DirSize and any relevant comments or suggestions. By
  503. registering DirSize I can inform you of updates or improvements and let
  504. you know when the next version is released.
  505.  
  506. Paid registration (costing $US 5) is required for use in a business,
  507. commercial, government or institutional environment. If you like and use
  508. DirSize, I'd appreciate a postcard, money, a link from your WWW home page
  509. or *any* other sort of recognition!
  510.  
  511.  
  512. Online Web registration
  513. -----------------------
  514.  
  515. You can register your copy of DirSize and electronically receive the
  516. registered version within minutes through our online registration service:
  517.  
  518.   http://www.alberts.com/
  519.  
  520.  
  521. Order form
  522. ----------
  523.  
  524.  
  525.     Personal details
  526.     ----------------
  527.     
  528.            Name: ____________________________________________
  529.         Company: ____________________________________________
  530.         Address: ____________________________________________
  531.                  ____________________________________________
  532.                  ____________________________________________
  533.                  ____________________________________________
  534.           Phone: ____________________________________________
  535.             Fax: ____________________________________________
  536.  
  537.  
  538.     For Visa, MasterCard or Bank Card (*)
  539.     -------------------------------------
  540.     (Sorry, I currently do not accept American Express)
  541.     
  542.     Card Number: ____ ____ ____ ____
  543.     Expiry Date: ____/______
  544.     
  545.     
  546.       Signature: ________________________________
  547.     
  548.            Date: ____________
  549.     
  550.     (*) Please note that these orders are processed by Omnivision
  551.     Technologies, a licensed distributor.
  552.     
  553.     
  554.     Cheques
  555.     -------
  556.     I accept bank cheques and personal cheques drawn on an Australian
  557.     bank. Foreign cheques cost me an additional $US 10 to cover my bank's
  558.     foreign cheque charge. Please make cheques payable to Simon Carter.
  559.     
  560.     
  561.     Postal money orders
  562.     -------------------
  563.     I accept prepaid postal money orders in Australian dollars.
  564.  
  565.  
  566. Contact Information
  567. ===================
  568.  
  569. I am always happy to hear your comments! If you use and like DirSize, or
  570. have any suggestions for improvements, please drop me a line!
  571.  
  572.   Email:  launch@ozemail.com.au
  573.     WWW:  Checkout the Crystal Software home page at
  574.           http://www.ozemail.com.au/~launch
  575.     Fax:  +61-3 9800-3078  Any time.
  576.   Voice:  +61-3 9809-0172  After hours number. Please leave a contact
  577.           name, number and time, and I will try to get back to you within
  578.           24 hours.
  579.    Mail:  Simon Carter
  580.           Crystal Software
  581.           2 / 9 Woodbine Court
  582.           Wantirna
  583.           Victoria 3152
  584.           AUSTRALIA.
  585.     
  586.